Package io.realm.kotlin.mongodb.ext

Functions

call
Link copied to clipboard
inline suspend fun <T> Functions.call(name: String, vararg args: Any?): T
Invokes an Atlas function.
customDataAsBsonDocument
Link copied to clipboard
inline fun User.customDataAsBsonDocument(): BsonDocument?
Return the custom user data associated with the user in the Realm App as BsonDocument.
profileAsBsonDocument
Link copied to clipboard
inline fun User.profileAsBsonDocument(): BsonDocument
Returns the profile for this user as BsonDocument.